home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #12 / K-CD-12-2003.ISO / LookDisk / Look disk setup.exe / #setuppath# / LDW.EXE / 0 / RCDATA / TDLGSEARCH / TDLGSEARCH.txt
Encoding:
Text File  |  2003-04-25  |  66.6 KB  |  2,041 lines

  1. object DlgSearch: TDlgSearch
  2.   Left = 277
  3.   Top = 192
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Search Parameters'
  7.   ClientHeight = 488
  8.   ClientWidth = 646
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Notebook1: TTabbedNotebook
  22.     Left = 0
  23.     Top = 36
  24.     Width = 646
  25.     Height = 427
  26.     Align = alClient
  27.     Font.Color = clNavy
  28.     Font.Height = -15
  29.     Font.Name = 'Arial'
  30.     Font.Style = []
  31.     TabFont.Color = clBtnText
  32.     TabFont.Height = -11
  33.     TabFont.Name = 'MS Sans Serif'
  34.     TabFont.Style = []
  35.     ParentShowHint = False
  36.     ShowHint = False
  37.     TabOrder = 0
  38.     OnChange = Notebook1Change
  39.     object TTabPage
  40.       Left = 4
  41.       Top = 28
  42.       Caption = '&Parameters'
  43.       object SpeedButton3: TSpeedButton
  44.         Left = 20
  45.         Top = 189
  46.         Width = 25
  47.         Height = 25
  48.         Hint = 'Selects all drives except for floppy- and CD-ROM drives'
  49.         Glyph.Data = {
  50.           76010000424D7601000000000000760000002800000020000000100000000100
  51.           04000000000000010000120B0000120B00001000000000000000000000000000
  52.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  53.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  54.           3333333333FFFFF3333333333000003333333333F777773FF333333008877700
  55.           33333337733FFF773F33330887000777033333733F777FFF73F330880FAFAF07
  56.           703337F37733377FF7F33080F00000F07033373733777337F73F087F00A2200F
  57.           77037F3737333737FF7F080A0A2A220A07037F737F3333737F7F0F0F0AAAA20F
  58.           07037F737F3333737F7F0F0A0FAA2A0A08037F737FF33373737F0F7F00FFA00F
  59.           780373F737FFF737F3733080F00000F0803337F73377733737F330F80FAFAF08
  60.           8033373F773337733733330F8700078803333373FF77733F733333300FFF8800
  61.           3333333773FFFF77333333333000003333333333377777333333}
  62.         NumGlyphs = 2
  63.         ParentShowHint = False
  64.         ShowHint = True
  65.         OnClick = Button1Click
  66.       end
  67.       object SpeedButton4: TSpeedButton
  68.         Left = 20
  69.         Top = 224
  70.         Width = 25
  71.         Height = 25
  72.         Hint = 'deselects all drives'
  73.         Glyph.Data = {
  74.           76010000424D7601000000000000760000002800000020000000100000000100
  75.           04000000000000010000120B0000120B00001000000000000000000000000000
  76.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  77.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  78.           3333333333FFFFF3333333333000003333333333F777773FF333333008877700
  79.           33333337733FFF773F33330887000777033333733F777FFF73F3308800000007
  80.           703337F37777777FF7F33080000000007033373777777777F73F087000222000
  81.           77037F3777333777FF7F08000222220007037F777F3333777F7F0F0002222200
  82.           07037F777F3333777F7F0F000822220008037F777FF33377737F0F7000882000
  83.           780373F777FFF777F373308000000000803337F77777777737F330F800000008
  84.           8033373F777777733733330F8700078803333373FF77733F733333300FFF8800
  85.           3333333773FFFF77333333333000003333333333377777333333}
  86.         NumGlyphs = 2
  87.         ParentShowHint = False
  88.         ShowHint = True
  89.         OnClick = Button3Click
  90.       end
  91.       object GroupBox1: TGroupBox
  92.         Left = 53
  93.         Top = 180
  94.         Width = 571
  95.         Height = 70
  96.         Caption = 'Drives'
  97.         Font.Color = clBlack
  98.         Font.Height = -15
  99.         Font.Name = 'Arial'
  100.         Font.Style = [fsBold]
  101.         ParentFont = False
  102.         TabOrder = 1
  103.         object D1: TCheckBox
  104.           Left = 8
  105.           Top = 23
  106.           Width = 37
  107.           Height = 17
  108.           Caption = 'A'
  109.           Font.Color = clNavy
  110.           Font.Height = -15
  111.           Font.Name = 'Arial'
  112.           Font.Style = []
  113.           ParentFont = False
  114.           TabOrder = 0
  115.         end
  116.         object D2: TCheckBox
  117.           Left = 47
  118.           Top = 23
  119.           Width = 39
  120.           Height = 17
  121.           Caption = 'B'
  122.           Font.Color = clNavy
  123.           Font.Height = -15
  124.           Font.Name = 'Arial'
  125.           Font.Style = []
  126.           ParentFont = False
  127.           TabOrder = 1
  128.         end
  129.         object D9: TCheckBox
  130.           Left = 317
  131.           Top = 23
  132.           Width = 42
  133.           Height = 17
  134.           Caption = 'I'
  135.           Font.Color = clNavy
  136.           Font.Height = -15
  137.           Font.Name = 'Arial'
  138.           Font.Style = []
  139.           ParentFont = False
  140.           TabOrder = 8
  141.         end
  142.         object D10: TCheckBox
  143.           Left = 355
  144.           Top = 23
  145.           Width = 42
  146.           Height = 17
  147.           Caption = 'J'
  148.           Font.Color = clNavy
  149.           Font.Height = -15
  150.           Font.Name = 'Arial'
  151.           Font.Style = []
  152.           ParentFont = False
  153.           TabOrder = 9
  154.         end
  155.         object D11: TCheckBox
  156.           Left = 394
  157.           Top = 23
  158.           Width = 42
  159.           Height = 17
  160.           Caption = 'K'
  161.           Font.Color = clNavy
  162.           Font.Height = -15
  163.           Font.Name = 'Arial'
  164.           Font.Style = []
  165.           ParentFont = False
  166.           TabOrder = 10
  167.         end
  168.         object D3: TCheckBox
  169.           Left = 85
  170.           Top = 23
  171.           Width = 39
  172.           Height = 17
  173.           Caption = 'C'
  174.           Font.Color = clNavy
  175.           Font.Height = -15
  176.           Font.Name = 'Arial'
  177.           Font.Style = []
  178.           ParentFont = False
  179.           TabOrder = 2
  180.         end
  181.         object D4: TCheckBox
  182.           Left = 124
  183.           Top = 22
  184.           Width = 36
  185.           Height = 19
  186.           Caption = 'D'
  187.           Font.Color = clNavy
  188.           Font.Height = -15
  189.           Font.Name = 'Arial'
  190.           Font.Style = []
  191.           ParentFont = False
  192.           TabOrder = 3
  193.         end
  194.         object D5: TCheckBox
  195.           Left = 163
  196.           Top = 22
  197.           Width = 35
  198.           Height = 20
  199.           Caption = 'E'
  200.           Font.Color = clNavy
  201.           Font.Height = -15
  202.           Font.Name = 'Arial'
  203.           Font.Style = []
  204.           ParentFont = False
  205.           TabOrder = 4
  206.         end
  207.         object D6: TCheckBox
  208.           Left = 201
  209.           Top = 23
  210.           Width = 35
  211.           Height = 17
  212.           Caption = 'F'
  213.           Font.Color = clNavy
  214.           Font.Height = -15
  215.           Font.Name = 'Arial'
  216.           Font.Style = []
  217.           ParentFont = False
  218.           TabOrder = 5
  219.         end
  220.         object D7: TCheckBox
  221.           Left = 240
  222.           Top = 23
  223.           Width = 42
  224.           Height = 17
  225.           Caption = 'G'
  226.           Font.Color = clNavy
  227.           Font.Height = -15
  228.           Font.Name = 'Arial'
  229.           Font.Style = []
  230.           ParentFont = False
  231.           TabOrder = 6
  232.         end
  233.         object D8: TCheckBox
  234.           Left = 278
  235.           Top = 23
  236.           Width = 37
  237.           Height = 17
  238.           Caption = 'H'
  239.           Font.Color = clNavy
  240.           Font.Height = -15
  241.           Font.Name = 'Arial'
  242.           Font.Style = []
  243.           ParentFont = False
  244.           TabOrder = 7
  245.         end
  246.         object D12: TCheckBox
  247.           Left = 432
  248.           Top = 23
  249.           Width = 37
  250.           Height = 17
  251.           Caption = 'L'
  252.           Font.Color = clNavy
  253.           Font.Height = -15
  254.           Font.Name = 'Arial'
  255.           Font.Style = []
  256.           ParentFont = False
  257.           TabOrder = 11
  258.         end
  259.         object D13: TCheckBox
  260.           Left = 471
  261.           Top = 23
  262.           Width = 37
  263.           Height = 17
  264.           Caption = 'M'
  265.           Font.Color = clNavy
  266.           Font.Height = -15
  267.           Font.Name = 'Arial'
  268.           Font.Style = []
  269.           ParentFont = False
  270.           TabOrder = 12
  271.         end
  272.         object D14: TCheckBox
  273.           Left = 8
  274.           Top = 40
  275.           Width = 37
  276.           Height = 17
  277.           Caption = 'N'
  278.           Font.Color = clNavy
  279.           Font.Height = -15
  280.           Font.Name = 'Arial'
  281.           Font.Style = []
  282.           ParentFont = False
  283.           TabOrder = 13
  284.         end
  285.         object D15: TCheckBox
  286.           Left = 47
  287.           Top = 40
  288.           Width = 39
  289.           Height = 17
  290.           Caption = 'O'
  291.           Font.Color = clNavy
  292.           Font.Height = -15
  293.           Font.Name = 'Arial'
  294.           Font.Style = []
  295.           ParentFont = False
  296.           TabOrder = 14
  297.         end
  298.         object D16: TCheckBox
  299.           Left = 85
  300.           Top = 40
  301.           Width = 39
  302.           Height = 17
  303.           Caption = 'P'
  304.           Font.Color = clNavy
  305.           Font.Height = -15
  306.           Font.Name = 'Arial'
  307.           Font.Style = []
  308.           ParentFont = False
  309.           TabOrder = 15
  310.         end
  311.         object D17: TCheckBox
  312.           Left = 124
  313.           Top = 39
  314.           Width = 36
  315.           Height = 19
  316.           Caption = 'Q'
  317.           Font.Color = clNavy
  318.           Font.Height = -15
  319.           Font.Name = 'Arial'
  320.           Font.Style = []
  321.           ParentFont = False
  322.           TabOrder = 16
  323.         end
  324.         object D18: TCheckBox
  325.           Left = 163
  326.           Top = 40
  327.           Width = 35
  328.           Height = 20
  329.           Caption = 'R'
  330.           Font.Color = clNavy
  331.           Font.Height = -15
  332.           Font.Name = 'Arial'
  333.           Font.Style = []
  334.           ParentFont = False
  335.           TabOrder = 17
  336.         end
  337.         object D19: TCheckBox
  338.           Left = 201
  339.           Top = 40
  340.           Width = 35
  341.           Height = 17
  342.           Caption = 'S'
  343.           Font.Color = clNavy
  344.           Font.Height = -15
  345.           Font.Name = 'Arial'
  346.           Font.Style = []
  347.           ParentFont = False
  348.           TabOrder = 18
  349.         end
  350.         object D20: TCheckBox
  351.           Left = 240
  352.           Top = 40
  353.           Width = 42
  354.           Height = 17
  355.           Caption = 'T'
  356.           Font.Color = clNavy
  357.           Font.Height = -15
  358.           Font.Name = 'Arial'
  359.           Font.Style = []
  360.           ParentFont = False
  361.           TabOrder = 19
  362.         end
  363.         object D21: TCheckBox
  364.           Left = 279
  365.           Top = 41
  366.           Width = 42
  367.           Height = 17
  368.           Caption = 'U'
  369.           Font.Color = clNavy
  370.           Font.Height = -15
  371.           Font.Name = 'Arial'
  372.           Font.Style = []
  373.           ParentFont = False
  374.           TabOrder = 20
  375.         end
  376.         object D22: TCheckBox
  377.           Left = 317
  378.           Top = 40
  379.           Width = 42
  380.           Height = 17
  381.           Caption = 'V'
  382.           Font.Color = clNavy
  383.           Font.Height = -15
  384.           Font.Name = 'Arial'
  385.           Font.Style = []
  386.           ParentFont = False
  387.           TabOrder = 21
  388.         end
  389.         object D23: TCheckBox
  390.           Left = 355
  391.           Top = 41
  392.           Width = 42
  393.           Height = 17
  394.           Caption = 'W'
  395.           Font.Color = clNavy
  396.           Font.Height = -15
  397.           Font.Name = 'Arial'
  398.           Font.Style = []
  399.           ParentFont = False
  400.           TabOrder = 22
  401.         end
  402.         object D24: TCheckBox
  403.           Left = 394
  404.           Top = 40
  405.           Width = 42
  406.           Height = 17
  407.           Caption = 'X'
  408.           Font.Color = clNavy
  409.           Font.Height = -15
  410.           Font.Name = 'Arial'
  411.           Font.Style = []
  412.           ParentFont = False
  413.           TabOrder = 23
  414.         end
  415.         object D25: TCheckBox
  416.           Left = 432
  417.           Top = 40
  418.           Width = 37
  419.           Height = 17
  420.           Caption = 'Y'
  421.           Font.Color = clNavy
  422.           Font.Height = -15
  423.           Font.Name = 'Arial'
  424.           Font.Style = []
  425.           ParentFont = False
  426.           TabOrder = 24
  427.         end
  428.         object D26: TCheckBox
  429.           Left = 471
  430.           Top = 40
  431.           Width = 37
  432.           Height = 17
  433.           Caption = 'Z'
  434.           Font.Color = clNavy
  435.           Font.Height = -15
  436.           Font.Name = 'Arial'
  437.           Font.Style = []
  438.           ParentFont = False
  439.           TabOrder = 25
  440.         end
  441.       end
  442.       object GroupBox2: TGroupBox
  443.         Left = 20
  444.         Top = 24
  445.         Width = 600
  446.         Height = 99
  447.         TabOrder = 0
  448.         object Label4: TLabel
  449.           Left = 21
  450.           Top = 27
  451.           Width = 72
  452.           Height = 18
  453.           Caption = '&File name:'
  454.           FocusControl = FName
  455.           Font.Color = clBlack
  456.           Font.Height = -15
  457.           Font.Name = 'Arial'
  458.           Font.Style = [fsBold]
  459.           ParentFont = False
  460.         end
  461.         object Label5: TLabel
  462.           Left = 22
  463.           Top = 52
  464.           Width = 246
  465.           Height = 15
  466.           Caption = 'You may use the wildcard characters ? and *.'
  467.           Font.Color = clBlack
  468.           Font.Height = -12
  469.           Font.Name = 'Arial'
  470.           Font.Style = []
  471.           ParentFont = False
  472.         end
  473.         object Label6: TLabel
  474.           Left = 22
  475.           Top = 69
  476.           Width = 146
  477.           Height = 15
  478.           Caption = 'E.g.  *.DOC or T??A.D* etc.'
  479.           Font.Color = clBlack
  480.           Font.Height = -12
  481.           Font.Name = 'Arial'
  482.           Font.Style = []
  483.           ParentFont = False
  484.         end
  485.         object FName: TEdit
  486.           Left = 103
  487.           Top = 21
  488.           Width = 273
  489.           Height = 27
  490.           CharCase = ecUpperCase
  491.           Font.Color = clNavy
  492.           Font.Height = -16
  493.           Font.Name = 'Arial'
  494.           Font.Style = [fsBold]
  495.           MaxLength = 50
  496.           ParentFont = False
  497.           TabOrder = 0
  498.         end
  499.       end
  500.       object GroupBox7: TGroupBox
  501.         Left = 20
  502.         Top = 290
  503.         Width = 593
  504.         Height = 72
  505.         Caption = 'Folder'
  506.         Font.Color = clBlack
  507.         Font.Height = -15
  508.         Font.Name = 'Arial'
  509.         Font.Style = [fsBold]
  510.         ParentFont = False
  511.         TabOrder = 2
  512.         object Label9: TLabel
  513.           Left = 480
  514.           Top = 30
  515.           Width = 9
  516.           Height = 19
  517.           Caption = '+'
  518.           Font.Color = clBlack
  519.           Font.Height = -16
  520.           Font.Name = 'Arial'
  521.           Font.Style = [fsBold]
  522.           ParentFont = False
  523.         end
  524.         object ECBPath: TCheckBox
  525.           Left = 11
  526.           Top = 31
  527.           Width = 62
  528.           Height = 17
  529.           Hint = 'Search only in entered folder'
  530.           Caption = 'sea&rch'
  531.           Font.Color = clNavy
  532.           Font.Height = -12
  533.           Font.Name = 'Arial'
  534.           Font.Style = []
  535.           ParentFont = False
  536.           ParentShowHint = False
  537.           ShowHint = True
  538.           TabOrder = 0
  539.           OnClick = ECBPathClick
  540.         end
  541.         object EEPath: TEdit
  542.           Left = 72
  543.           Top = 26
  544.           Width = 369
  545.           Height = 26
  546.           CharCase = ecUpperCase
  547.           Font.Color = clNavy
  548.           Font.Height = -15
  549.           Font.Name = 'Arial'
  550.           Font.Style = [fsBold]
  551.           OEMConvert = True
  552.           ParentFont = False
  553.           ParentShowHint = False
  554.           ShowHint = True
  555.           TabOrder = 1
  556.           OnKeyUp = EEPathKeyUp
  557.         end
  558.         object ECBSub: TCheckBox
  559.           Left = 494
  560.           Top = 31
  561.           Width = 92
  562.           Height = 17
  563.           Hint = 'search in subfolders'
  564.           Caption = '&Sub-folders'
  565.           Font.Color = clNavy
  566.           Font.Height = -12
  567.           Font.Name = 'Arial'
  568.           Font.Style = []
  569.           ParentFont = False
  570.           ParentShowHint = False
  571.           ShowHint = True
  572.           TabOrder = 2
  573.         end
  574.         object OvcAttachedButton3: TOvcAttachedButton
  575.           Left = 442
  576.           Top = 26
  577.           Width = 25
  578.           Height = 26
  579.           TabOrder = 3
  580.           OnClick = BtnDirClick
  581.           Glyph.Data = {
  582.             D6040000424DD60400000000000036040000280000000E0000000A0000000100
  583.             080000000000A000000000000000000000000001000000000000000000000000
  584.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  585.             A600000000000000000000000000000000000000000000000000000000000000
  586.             0000000000000000000000000000000000000000000000000000000000000000
  587.             0000000000000000000000000000000000000000000000000000000000000000
  588.             0000000000000000000000000000000000000000000000000000000000000000
  589.             0000000000000000000000000000000000000000000000000000000000000000
  590.             0000000000000000000000000000000000000000000000000000000000000000
  591.             0000000000000000000000000000000000000000000000000000000000000000
  592.             0000000000000000000000000000000000000000000000000000000000000000
  593.             0000000000000000000000000000000000000000000000000000000000000000
  594.             0000000000000000000000000000000000000000000000000000000000000000
  595.             0000000000000000000000000000000000000000000000000000000000000000
  596.             0000000000000000000000000000000000000000000000000000000000000000
  597.             0000000000000000000000000000000000000000000000000000000000000000
  598.             0000000000000000000000000000000000000000000000000000000000000000
  599.             0000000000000000000000000000000000000000000000000000000000000000
  600.             0000000000000000000000000000000000000000000000000000000000000000
  601.             0000000000000000000000000000000000000000000000000000000000000000
  602.             0000000000000000000000000000000000000000000000000000000000000000
  603.             0000000000000000000000000000000000000000000000000000000000000000
  604.             0000000000000000000000000000000000000000000000000000000000000000
  605.             0000000000000000000000000000000000000000000000000000000000000000
  606.             0000000000000000000000000000000000000000000000000000000000000000
  607.             0000000000000000000000000000000000000000000000000000000000000000
  608.             0000000000000000000000000000000000000000000000000000000000000000
  609.             0000000000000000000000000000000000000000000000000000000000000000
  610.             0000000000000000000000000000000000000000000000000000000000000000
  611.             0000000000000000000000000000000000000000000000000000000000000000
  612.             0000000000000000000000000000000000000000000000000000000000000000
  613.             0000000000000000000000000000000000000000000000000000000000000000
  614.             000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  615.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  616.             FFFFFFFFFFFFFFFF0500FFFFFFFFFFFFFFFFFFFFFFFFFFFF0500FFFFFFFFFFFF
  617.             FFFFFFFFFFFFFFFF0500FFFFFFFFFFFFFFFFFFFFFFFFFFFF0500FFFF0000FFFF
  618.             0000FFFF0000FFFF0500FFFF0000FFFF0000FFFF0000FFFF0500FFFFFFFFFFFF
  619.             FFFFFFFFFFFFFFFF0500FFFFFFFFFFFFFFFFFFFFFFFFFFFF0500FFFFFFFFFFFF
  620.             FFFFFFFFFFFFFFFF0500FFFFFFFFFFFFFFFFFFFFFFFFFFFF0500}
  621.           AttachedControl = EEPath
  622.         end
  623.       end
  624.       object ECBNotFileEnding: TCheckBox
  625.         Left = 20
  626.         Top = 145
  627.         Width = 322
  628.         Height = 18
  629.         Caption = 'Do NOT consider file extension for comparison'
  630.         Font.Color = clNavy
  631.         Font.Height = -12
  632.         Font.Name = 'Arial'
  633.         Font.Style = []
  634.         ParentFont = False
  635.         TabOrder = 3
  636.       end
  637.     end
  638.     object TTabPage
  639.       Left = 4
  640.       Top = 28
  641.       Caption = 'E&xtended Parameters'
  642.       object Label1: TLabel
  643.         Left = 17
  644.         Top = 11
  645.         Width = 96
  646.         Height = 17
  647.         Caption = 'Files to search'
  648.         FocusControl = FSearch
  649.         Font.Color = clBlack
  650.         Font.Height = -15
  651.         Font.Name = 'Arial'
  652.         Font.Style = []
  653.         ParentFont = False
  654.       end
  655.       object SBtnIn1: TSpeedButton
  656.         Left = 130
  657.         Top = 39
  658.         Width = 25
  659.         Height = 25
  660.         Hint = 'Add entry to list'
  661.         Glyph.Data = {
  662.           76010000424D7601000000000000760000002800000020000000100000000100
  663.           04000000000000010000120B0000120B00001000000000000000000000000000
  664.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  665.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  666.           3333333333333333333333333333333333333333333333333333333333333333
  667.           3333333333333333333333333333333333333333333FF3333333333333003333
  668.           3333333333773FF3333333333309003333333333337F773FF333333333099900
  669.           33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
  670.           99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
  671.           33333333337F3F77333333333309003333333333337F77333333333333003333
  672.           3333333333773333333333333333333333333333333333333333333333333333
  673.           3333333333333333333333333333333333333333333333333333}
  674.         NumGlyphs = 2
  675.         ParentShowHint = False
  676.         ShowHint = True
  677.         OnClick = SBtnIn1Click
  678.       end
  679.       object SBtnOut1: TSpeedButton
  680.         Left = 129
  681.         Top = 73
  682.         Width = 25
  683.         Height = 25
  684.         Hint = 'Remove selections from list'
  685.         Glyph.Data = {
  686.           76010000424D7601000000000000760000002800000020000000100000000100
  687.           04000000000000010000120B0000120B00001000000000000000000000000000
  688.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  689.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  690.           3333333333333333333333333333333333333333333333333333333333333333
  691.           3333333333333FF3333333333333003333333333333F77F33333333333009033
  692.           333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  693.           00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  694.           000033773FF33777777733330099903333333333773FF7F33333333333009033
  695.           33333333337737F3333333333333003333333333333377333333333333333333
  696.           3333333333333333333333333333333333333333333333333333333333333333
  697.           3333333333333333333333333333333333333333333333333333}
  698.         NumGlyphs = 2
  699.         ParentShowHint = False
  700.         ShowHint = True
  701.         OnClick = SBtnOut1Click
  702.       end
  703.       object Label2: TLabel
  704.         Left = 339
  705.         Top = 13
  706.         Width = 129
  707.         Height = 17
  708.         Caption = 'Files to be excluded'
  709.         FocusControl = FSearchNot
  710.         Font.Color = clBlack
  711.         Font.Height = -15
  712.         Font.Name = 'Arial'
  713.         Font.Style = []
  714.         ParentFont = False
  715.       end
  716.       object SBtnIn2: TSpeedButton
  717.         Left = 452
  718.         Top = 39
  719.         Width = 25
  720.         Height = 25
  721.         Hint = 'Add entry to list'
  722.         Glyph.Data = {
  723.           76010000424D7601000000000000760000002800000020000000100000000100
  724.           04000000000000010000120B0000120B00001000000000000000000000000000
  725.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  726.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  727.           3333333333333333333333333333333333333333333333333333333333333333
  728.           3333333333333333333333333333333333333333333FF3333333333333003333
  729.           3333333333773FF3333333333309003333333333337F773FF333333333099900
  730.           33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
  731.           99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
  732.           33333333337F3F77333333333309003333333333337F77333333333333003333
  733.           3333333333773333333333333333333333333333333333333333333333333333
  734.           3333333333333333333333333333333333333333333333333333}
  735.         NumGlyphs = 2
  736.         ParentShowHint = False
  737.         ShowHint = True
  738.         OnClick = SBtnIn2Click
  739.       end
  740.       object SBtnOut2: TSpeedButton
  741.         Left = 452
  742.         Top = 71
  743.         Width = 25
  744.         Height = 25
  745.         Hint = 'Remove selections from list'
  746.         Glyph.Data = {
  747.           76010000424D7601000000000000760000002800000020000000100000000100
  748.           04000000000000010000120B0000120B00001000000000000000000000000000
  749.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  750.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  751.           3333333333333333333333333333333333333333333333333333333333333333
  752.           3333333333333FF3333333333333003333333333333F77F33333333333009033
  753.           333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  754.           00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  755.           000033773FF33777777733330099903333333333773FF7F33333333333009033
  756.           33333333337737F3333333333333003333333333333377333333333333333333
  757.           3333333333333333333333333333333333333333333333333333333333333333
  758.           3333333333333333333333333333333333333333333333333333}
  759.         NumGlyphs = 2
  760.         ParentShowHint = False
  761.         ShowHint = True
  762.         OnClick = SBtnOut2Click
  763.       end
  764.       object SBtnEmpty1: TSpeedButton
  765.         Left = 91
  766.         Top = 73
  767.         Width = 29
  768.         Height = 25
  769.         Hint = 'empty list'
  770.         Glyph.Data = {
  771.           76010000424D7601000000000000760000002800000020000000100000000100
  772.           04000000000000010000120B0000120B00001000000000000000000000000000
  773.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  774.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  775.           555557777F777555F55500000000555055557777777755F75555005500055055
  776.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  777.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  778.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  779.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  780.           B03055555F555757575755550555550B0B335555755555757555555555555550
  781.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  782.           50BB555555555555575F555555555555550B5555555555555575}
  783.         NumGlyphs = 2
  784.         ParentShowHint = False
  785.         ShowHint = True
  786.         OnClick = SBtnEmpty1Click
  787.       end
  788.       object SBtnEmpty2: TSpeedButton
  789.         Left = 410
  790.         Top = 71
  791.         Width = 29
  792.         Height = 25
  793.         Hint = 'empty list'
  794.         Glyph.Data = {
  795.           76010000424D7601000000000000760000002800000020000000100000000100
  796.           04000000000000010000120B0000120B00001000000000000000000000000000
  797.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  798.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  799.           555557777F777555F55500000000555055557777777755F75555005500055055
  800.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  801.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  802.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  803.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  804.           B03055555F555757575755550555550B0B335555755555757555555555555550
  805.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  806.           50BB555555555555575F555555555555550B5555555555555575}
  807.         NumGlyphs = 2
  808.         ParentShowHint = False
  809.         ShowHint = True
  810.         OnClick = SBtnEmpty2Click
  811.       end
  812.       object SpeedButton2: TSpeedButton
  813.         Left = 17
  814.         Top = 157
  815.         Width = 25
  816.         Height = 25
  817.         Hint = 'Selects all drives except for floppy- and CD-ROM drives'
  818.         Glyph.Data = {
  819.           76010000424D7601000000000000760000002800000020000000100000000100
  820.           04000000000000010000120B0000120B00001000000000000000000000000000
  821.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  822.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  823.           3333333333FFFFF3333333333000003333333333F777773FF333333008877700
  824.           33333337733FFF773F33330887000777033333733F777FFF73F330880FAFAF07
  825.           703337F37733377FF7F33080F00000F07033373733777337F73F087F00A2200F
  826.           77037F3737333737FF7F080A0A2A220A07037F737F3333737F7F0F0F0AAAA20F
  827.           07037F737F3333737F7F0F0A0FAA2A0A08037F737FF33373737F0F7F00FFA00F
  828.           780373F737FFF737F3733080F00000F0803337F73377733737F330F80FAFAF08
  829.           8033373F773337733733330F8700078803333373FF77733F733333300FFF8800
  830.           3333333773FFFF77333333333000003333333333377777333333}
  831.         NumGlyphs = 2
  832.         ParentShowHint = False
  833.         ShowHint = True
  834.         OnClick = Button2Click
  835.       end
  836.       object SpeedButton1: TSpeedButton
  837.         Left = 17
  838.         Top = 192
  839.         Width = 25
  840.         Height = 25
  841.         Hint = 'deselects all drives'
  842.         Glyph.Data = {
  843.           76010000424D7601000000000000760000002800000020000000100000000100
  844.           04000000000000010000120B0000120B00001000000000000000000000000000
  845.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  846.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  847.           3333333333FFFFF3333333333000003333333333F777773FF333333008877700
  848.           33333337733FFF773F33330887000777033333733F777FFF73F3308800000007
  849.           703337F37777777FF7F33080000000007033373777777777F73F087000222000
  850.           77037F3777333777FF7F08000222220007037F777F3333777F7F0F0002222200
  851.           07037F777F3333777F7F0F000822220008037F777FF33377737F0F7000882000
  852.           780373F777FFF777F373308000000000803337F77777777737F330F800000008
  853.           8033373F777777733733330F8700078803333373FF77733F733333300FFF8800
  854.           3333333773FFFF77333333333000003333333333377777333333}
  855.         NumGlyphs = 2
  856.         ParentShowHint = False
  857.         ShowHint = True
  858.         OnClick = Button4Click
  859.       end
  860.       object Label8: TLabel
  861.         Left = 122
  862.         Top = 12
  863.         Width = 58
  864.         Height = 14
  865.         Caption = '(e.g. *.DOC)'
  866.         Font.Color = clBlack
  867.         Font.Height = -11
  868.         Font.Name = 'Arial'
  869.         Font.Style = []
  870.         ParentFont = False
  871.       end
  872.       object GBDate: TRadioGroup
  873.         Left = 242
  874.         Top = 232
  875.         Width = 225
  876.         Height = 77
  877.         Caption = 'File date (dd.mm.yyyy)'
  878.         Font.Color = clBlack
  879.         Font.Height = -12
  880.         Font.Name = 'Arial'
  881.         Font.Style = []
  882.         ParentFont = False
  883.         TabOrder = 5
  884.       end
  885.       object FSearch: TEdit
  886.         Left = 17
  887.         Top = 40
  888.         Width = 104
  889.         Height = 24
  890.         AutoSize = False
  891.         CharCase = ecUpperCase
  892.         Font.Color = clNavy
  893.         Font.Height = -15
  894.         Font.Name = 'Arial'
  895.         Font.Style = [fsBold]
  896.         MaxLength = 50
  897.         ParentFont = False
  898.         TabOrder = 0
  899.         OnKeyDown = FSearchKeyDown
  900.       end
  901.       object GroupBox3: TGroupBox
  902.         Left = 50
  903.         Top = 148
  904.         Width = 566
  905.         Height = 71
  906.         Caption = 'Drives'
  907.         Font.Color = clBlack
  908.         Font.Height = -15
  909.         Font.Name = 'Arial'
  910.         Font.Style = []
  911.         ParentFont = False
  912.         TabOrder = 12
  913.         object DE1: TCheckBox
  914.           Left = 10
  915.           Top = 23
  916.           Width = 37
  917.           Height = 17
  918.           Caption = 'A'
  919.           Font.Color = clNavy
  920.           Font.Height = -15
  921.           Font.Name = 'Arial'
  922.           Font.Style = []
  923.           ParentFont = False
  924.           TabOrder = 0
  925.         end
  926.         object DE2: TCheckBox
  927.           Left = 49
  928.           Top = 23
  929.           Width = 39
  930.           Height = 17
  931.           Caption = 'B'
  932.           Font.Color = clNavy
  933.           Font.Height = -15
  934.           Font.Name = 'Arial'
  935.           Font.Style = []
  936.           ParentFont = False
  937.           TabOrder = 1
  938.         end
  939.         object DE9: TCheckBox
  940.           Left = 319
  941.           Top = 23
  942.           Width = 42
  943.           Height = 17
  944.           Caption = 'I'
  945.           Font.Color = clNavy
  946.           Font.Height = -15
  947.           Font.Name = 'Arial'
  948.           Font.Style = []
  949.           ParentFont = False
  950.           TabOrder = 8
  951.         end
  952.         object DE10: TCheckBox
  953.           Left = 357
  954.           Top = 23
  955.           Width = 42
  956.           Height = 17
  957.           Caption = 'J'
  958.           Font.Color = clNavy
  959.           Font.Height = -15
  960.           Font.Name = 'Arial'
  961.           Font.Style = []
  962.           ParentFont = False
  963.           TabOrder = 9
  964.         end
  965.         object DE11: TCheckBox
  966.           Left = 396
  967.           Top = 23
  968.           Width = 42
  969.           Height = 17
  970.           Caption = 'K'
  971.           Font.Color = clNavy
  972.           Font.Height = -15
  973.           Font.Name = 'Arial'
  974.           Font.Style = []
  975.           ParentFont = False
  976.           TabOrder = 10
  977.         end
  978.         object DE3: TCheckBox
  979.           Left = 87
  980.           Top = 23
  981.           Width = 39
  982.           Height = 17
  983.           Caption = 'C'
  984.           Font.Color = clNavy
  985.           Font.Height = -15
  986.           Font.Name = 'Arial'
  987.           Font.Style = []
  988.           ParentFont = False
  989.           TabOrder = 2
  990.         end
  991.         object DE4: TCheckBox
  992.           Left = 126
  993.           Top = 22
  994.           Width = 36
  995.           Height = 19
  996.           Caption = 'D'
  997.           Font.Color = clNavy
  998.           Font.Height = -15
  999.           Font.Name = 'Arial'
  1000.           Font.Style = []
  1001.           ParentFont = False
  1002.           TabOrder = 3
  1003.         end
  1004.         object DE5: TCheckBox
  1005.           Left = 164
  1006.           Top = 22
  1007.           Width = 35
  1008.           Height = 20
  1009.           Caption = 'E'
  1010.           Font.Color = clNavy
  1011.           Font.Height = -15
  1012.           Font.Name = 'Arial'
  1013.           Font.Style = []
  1014.           ParentFont = False
  1015.           TabOrder = 4
  1016.         end
  1017.         object DE6: TCheckBox
  1018.           Left = 203
  1019.           Top = 23
  1020.           Width = 35
  1021.           Height = 17
  1022.           Caption = 'F'
  1023.           Font.Color = clNavy
  1024.           Font.Height = -15
  1025.           Font.Name = 'Arial'
  1026.           Font.Style = []
  1027.           ParentFont = False
  1028.           TabOrder = 5
  1029.         end
  1030.         object DE7: TCheckBox
  1031.           Left = 242
  1032.           Top = 23
  1033.           Width = 42
  1034.           Height = 17
  1035.           Caption = 'G'
  1036.           Font.Color = clNavy
  1037.           Font.Height = -15
  1038.           Font.Name = 'Arial'
  1039.           Font.Style = []
  1040.           ParentFont = False
  1041.           TabOrder = 6
  1042.         end
  1043.         object DE8: TCheckBox
  1044.           Left = 281
  1045.           Top = 23
  1046.           Width = 38
  1047.           Height = 17
  1048.           Caption = 'H'
  1049.           Font.Color = clNavy
  1050.           Font.Height = -15
  1051.           Font.Name = 'Arial'
  1052.           Font.Style = []
  1053.           ParentFont = False
  1054.           TabOrder = 7
  1055.         end
  1056.         object DE12: TCheckBox
  1057.           Left = 434
  1058.           Top = 23
  1059.           Width = 37
  1060.           Height = 17
  1061.           Caption = 'L'
  1062.           Font.Color = clNavy
  1063.           Font.Height = -15
  1064.           Font.Name = 'Arial'
  1065.           Font.Style = []
  1066.           ParentFont = False
  1067.           TabOrder = 11
  1068.         end
  1069.         object DE13: TCheckBox
  1070.           Left = 473
  1071.           Top = 23
  1072.           Width = 37
  1073.           Height = 17
  1074.           Caption = 'M'
  1075.           Font.Color = clNavy
  1076.           Font.Height = -15
  1077.           Font.Name = 'Arial'
  1078.           Font.Style = []
  1079.           ParentFont = False
  1080.           TabOrder = 12
  1081.         end
  1082.         object DE14: TCheckBox
  1083.           Left = 10
  1084.           Top = 40
  1085.           Width = 37
  1086.           Height = 17
  1087.           Caption = 'N'
  1088.           Font.Color = clNavy
  1089.           Font.Height = -15
  1090.           Font.Name = 'Arial'
  1091.           Font.Style = []
  1092.           ParentFont = False
  1093.           TabOrder = 13
  1094.         end
  1095.         object DE15: TCheckBox
  1096.           Left = 49
  1097.           Top = 40
  1098.           Width = 39
  1099.           Height = 17
  1100.           Caption = 'O'
  1101.           Font.Color = clNavy
  1102.           Font.Height = -15
  1103.           Font.Name = 'Arial'
  1104.           Font.Style = []
  1105.           ParentFont = False
  1106.           TabOrder = 14
  1107.         end
  1108.         object DE16: TCheckBox
  1109.           Left = 87
  1110.           Top = 41
  1111.           Width = 39
  1112.           Height = 17
  1113.           Caption = 'P'
  1114.           Font.Color = clNavy
  1115.           Font.Height = -15
  1116.           Font.Name = 'Arial'
  1117.           Font.Style = []
  1118.           ParentFont = False
  1119.           TabOrder = 15
  1120.         end
  1121.         object DE17: TCheckBox
  1122.           Left = 126
  1123.           Top = 40
  1124.           Width = 36
  1125.           Height = 19
  1126.           Caption = 'Q'
  1127.           Font.Color = clNavy
  1128.           Font.Height = -15
  1129.           Font.Name = 'Arial'
  1130.           Font.Style = []
  1131.           ParentFont = False
  1132.           TabOrder = 16
  1133.         end
  1134.         object DE18: TCheckBox
  1135.           Left = 164
  1136.           Top = 40
  1137.           Width = 35
  1138.           Height = 20
  1139.           Caption = 'R'
  1140.           Font.Color = clNavy
  1141.           Font.Height = -15
  1142.           Font.Name = 'Arial'
  1143.           Font.Style = []
  1144.           ParentFont = False
  1145.           TabOrder = 17
  1146.         end
  1147.         object DE19: TCheckBox
  1148.           Left = 203
  1149.           Top = 41
  1150.           Width = 35
  1151.           Height = 17
  1152.           Caption = 'S'
  1153.           Font.Color = clNavy
  1154.           Font.Height = -15
  1155.           Font.Name = 'Arial'
  1156.           Font.Style = []
  1157.           ParentFont = False
  1158.           TabOrder = 18
  1159.         end
  1160.         object DE20: TCheckBox
  1161.           Left = 242
  1162.           Top = 41
  1163.           Width = 42
  1164.           Height = 17
  1165.           Caption = 'T'
  1166.           Font.Color = clNavy
  1167.           Font.Height = -15
  1168.           Font.Name = 'Arial'
  1169.           Font.Style = []
  1170.           ParentFont = False
  1171.           TabOrder = 19
  1172.         end
  1173.         object DE21: TCheckBox
  1174.           Left = 280
  1175.           Top = 41
  1176.           Width = 42
  1177.           Height = 17
  1178.           Caption = 'U'
  1179.           Font.Color = clNavy
  1180.           Font.Height = -15
  1181.           Font.Name = 'Arial'
  1182.           Font.Style = []
  1183.           ParentFont = False
  1184.           TabOrder = 20
  1185.         end
  1186.         object DE22: TCheckBox
  1187.           Left = 320
  1188.           Top = 41
  1189.           Width = 42
  1190.           Height = 17
  1191.           Caption = 'V'
  1192.           Font.Color = clNavy
  1193.           Font.Height = -15
  1194.           Font.Name = 'Arial'
  1195.           Font.Style = []
  1196.           ParentFont = False
  1197.           TabOrder = 21
  1198.         end
  1199.         object DE23: TCheckBox
  1200.           Left = 358
  1201.           Top = 41
  1202.           Width = 42
  1203.           Height = 17
  1204.           Caption = 'W'
  1205.           Font.Color = clNavy
  1206.           Font.Height = -15
  1207.           Font.Name = 'Arial'
  1208.           Font.Style = []
  1209.           ParentFont = False
  1210.           TabOrder = 22
  1211.         end
  1212.         object DE24: TCheckBox
  1213.           Left = 396
  1214.           Top = 41
  1215.           Width = 42
  1216.           Height = 17
  1217.           Caption = 'X'
  1218.           Font.Color = clNavy
  1219.           Font.Height = -15
  1220.           Font.Name = 'Arial'
  1221.           Font.Style = []
  1222.           ParentFont = False
  1223.           TabOrder = 23
  1224.         end
  1225.         object DE25: TCheckBox
  1226.           Left = 434
  1227.           Top = 41
  1228.           Width = 37
  1229.           Height = 17
  1230.           Caption = 'Y'
  1231.           Font.Color = clNavy
  1232.           Font.Height = -15
  1233.           Font.Name = 'Arial'
  1234.           Font.Style = []
  1235.           ParentFont = False
  1236.           TabOrder = 24
  1237.         end
  1238.         object DE26: TCheckBox
  1239.           Left = 473
  1240.           Top = 41
  1241.           Width = 37
  1242.           Height = 17
  1243.           Caption = 'Z'
  1244.           Font.Color = clNavy
  1245.           Font.Height = -15
  1246.           Font.Name = 'Arial'
  1247.           Font.Style = []
  1248.           ParentFont = False
  1249.           TabOrder = 25
  1250.         end
  1251.       end
  1252.       object FSearchNot: TEdit
  1253.         Left = 338
  1254.         Top = 39
  1255.         Width = 105
  1256.         Height = 24
  1257.         AutoSize = False
  1258.         CharCase = ecUpperCase
  1259.         Font.Color = clNavy
  1260.         Font.Height = -15
  1261.         Font.Name = 'Arial'
  1262.         Font.Style = [fsBold]
  1263.         MaxLength = 50
  1264.         OEMConvert = True
  1265.         ParentFont = False
  1266.         TabOrder = 2
  1267.         OnKeyDown = FSearchNotKeyDown
  1268.       end
  1269.       object GroupBox4: TGroupBox
  1270.         Left = 17
  1271.         Top = 314
  1272.         Width = 599
  1273.         Height = 75
  1274.         Caption = 'Folder'
  1275.         Font.Color = clBlack
  1276.         Font.Height = -12
  1277.         Font.Name = 'Arial'
  1278.         Font.Style = []
  1279.         ParentFont = False
  1280.         TabOrder = 13
  1281.         object Label3: TLabel
  1282.           Left = 497
  1283.           Top = 20
  1284.           Width = 9
  1285.           Height = 19
  1286.           Caption = '+'
  1287.           Font.Color = clBlack
  1288.           Font.Height = -16
  1289.           Font.Name = 'Arial'
  1290.           Font.Style = [fsBold]
  1291.           ParentFont = False
  1292.         end
  1293.         object Label7: TLabel
  1294.           Left = 497
  1295.           Top = 48
  1296.           Width = 9
  1297.           Height = 19
  1298.           Caption = '+'
  1299.           Font.Color = clBlack
  1300.           Font.Height = -16
  1301.           Font.Name = 'Arial'
  1302.           Font.Style = [fsBold]
  1303.           ParentFont = False
  1304.         end
  1305.         object CBPath: TCheckBox
  1306.           Left = 11
  1307.           Top = 21
  1308.           Width = 70
  1309.           Height = 17
  1310.           Hint = 'Search only in entered folder'
  1311.           Caption = '&sea&rch'
  1312.           Font.Color = clNavy
  1313.           Font.Height = -12
  1314.           Font.Name = 'Arial'
  1315.           Font.Style = []
  1316.           ParentFont = False
  1317.           ParentShowHint = False
  1318.           ShowHint = False
  1319.           TabOrder = 0
  1320.           OnClick = CBPathClick
  1321.         end
  1322.         object CBPathNot: TCheckBox
  1323.           Left = 11
  1324.           Top = 48
  1325.           Width = 78
  1326.           Height = 17
  1327.           Hint = 'excluded this folder'
  1328.           Caption = 'e&xclude'
  1329.           Font.Color = clNavy
  1330.           Font.Height = -12
  1331.           Font.Name = 'Arial'
  1332.           Font.Style = []
  1333.           ParentFont = False
  1334.           ParentShowHint = False
  1335.           ShowHint = False
  1336.           TabOrder = 3
  1337.           OnClick = CBPathNotClick
  1338.         end
  1339.         object EPath: TEdit
  1340.           Left = 96
  1341.           Top = 17
  1342.           Width = 370
  1343.           Height = 26
  1344.           CharCase = ecUpperCase
  1345.           Font.Color = clNavy
  1346.           Font.Height = -15
  1347.           Font.Name = 'Arial'
  1348.           Font.Style = [fsBold]
  1349.           OEMConvert = True
  1350.           ParentFont = False
  1351.           ParentShowHint = False
  1352.           ShowHint = False
  1353.           TabOrder = 1
  1354.           OnKeyUp = EPathKeyUp
  1355.         end
  1356.         object EPathNot: TEdit
  1357.           Left = 96
  1358.           Top = 45
  1359.           Width = 369
  1360.           Height = 26
  1361.           CharCase = ecUpperCase
  1362.           Font.Color = clNavy
  1363.           Font.Height = -15
  1364.           Font.Name = 'Arial'
  1365.           Font.Style = [fsBold]
  1366.           OEMConvert = True
  1367.           ParentFont = False
  1368.           ParentShowHint = False
  1369.           ShowHint = False
  1370.           TabOrder = 4
  1371.           OnKeyUp = EPathNotKeyUp
  1372.         end
  1373.         object CBSub: TCheckBox
  1374.           Left = 512
  1375.           Top = 19
  1376.           Width = 83
  1377.           Height = 17
  1378.           Hint = 'search in subfolders'
  1379.           Caption = 'Sub-folders'
  1380.           Font.Color = clNavy
  1381.           Font.Height = -12
  1382.           Font.Name = 'Arial'
  1383.           Font.Style = []
  1384.           ParentFont = False
  1385.           ParentShowHint = False
  1386.           ShowHint = True
  1387.           TabOrder = 2
  1388.         end
  1389.         object CBSubNot: TCheckBox
  1390.           Left = 512
  1391.           Top = 48
  1392.           Width = 82
  1393.           Height = 17
  1394.           Hint = 'exclude subfolders'
  1395.           Caption = 'Sub-folders'
  1396.           Font.Color = clNavy
  1397.           Font.Height = -12
  1398.           Font.Name = 'Arial'
  1399.           Font.Style = []
  1400.           ParentFont = False
  1401.           ParentShowHint = False
  1402.           ShowHint = True
  1403.           TabOrder = 5
  1404.         end
  1405.         object OvcAttachedButton1: TOvcAttachedButton
  1406.           Left = 467
  1407.           Top = 17
  1408.           Width = 25
  1409.           Height = 26
  1410.           TabOrder = 6
  1411.           OnClick = BtnDir2Click
  1412.           Glyph.Data = {
  1413.             D6040000424DD60400000000000036040000280000000E0000000A0000000100
  1414.             080000000000A000000000000000000000000001000000000000000000000000
  1415.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1416.             A600000000000000000000000000000000000000000000000000000000000000
  1417.             0000000000000000000000000000000000000000000000000000000000000000
  1418.             0000000000000000000000000000000000000000000000000000000000000000
  1419.             0000000000000000000000000000000000000000000000000000000000000000
  1420.             0000000000000000000000000000000000000000000000000000000000000000
  1421.             0000000000000000000000000000000000000000000000000000000000000000
  1422.             0000000000000000000000000000000000000000000000000000000000000000
  1423.             0000000000000000000000000000000000000000000000000000000000000000
  1424.             0000000000000000000000000000000000000000000000000000000000000000
  1425.             0000000000000000000000000000000000000000000000000000000000000000
  1426.             0000000000000000000000000000000000000000000000000000000000000000
  1427.             0000000000000000000000000000000000000000000000000000000000000000
  1428.             0000000000000000000000000000000000000000000000000000000000000000
  1429.             0000000000000000000000000000000000000000000000000000000000000000
  1430.             0000000000000000000000000000000000000000000000000000000000000000
  1431.             0000000000000000000000000000000000000000000000000000000000000000
  1432.             0000000000000000000000000000000000000000000000000000000000000000
  1433.             0000000000000000000000000000000000000000000000000000000000000000
  1434.             0000000000000000000000000000000000000000000000000000000000000000
  1435.             0000000000000000000000000000000000000000000000000000000000000000
  1436.             0000000000000000000000000000000000000000000000000000000000000000
  1437.             0000000000000000000000000000000000000000000000000000000000000000
  1438.             0000000000000000000000000000000000000000000000000000000000000000
  1439.             0000000000000000000000000000000000000000000000000000000000000000
  1440.             0000000000000000000000000000000000000000000000000000000000000000
  1441.             0000000000000000000000000000000000000000000000000000000000000000
  1442.             0000000000000000000000000000000000000000000000000000000000000000
  1443.             0000000000000000000000000000000000000000000000000000000000000000
  1444.             0000000000000000000000000000000000000000000000000000000000000000
  1445.             000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1446.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  1447.             FFFFFFFFFFFFFFFF0500FFFFFFFFFFFFFFFFFFFFFFFFFFFF0500FFFFFFFFFFFF
  1448.             FFFFFFFFFFFFFFFF0500FFFFFFFFFFFFFFFFFFFFFFFFFFFF0500FFFF0000FFFF
  1449.             0000FFFF0000FFFF0500FFFF0000FFFF0000FFFF0000FFFF0500FFFFFFFFFFFF
  1450.             FFFFFFFFFFFFFFFF0500FFFFFFFFFFFFFFFFFFFFFFFFFFFF0500FFFFFFFFFFFF
  1451.             FFFFFFFFFFFFFFFF0500FFFFFFFFFFFFFFFFFFFFFFFFFFFF0500}
  1452.           AttachedControl = EPath
  1453.         end
  1454.         object OvcAttachedButton2: TOvcAttachedButton
  1455.           Left = 466
  1456.           Top = 45
  1457.           Width = 26
  1458.           Height = 26
  1459.           TabOrder = 7
  1460.           OnClick = BtnDir3Click
  1461.           Glyph.Data = {
  1462.             D6040000424DD60400000000000036040000280000000E0000000A0000000100
  1463.             080000000000A000000000000000000000000001000000000000000000000000
  1464.             80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1465.             A600000000000000000000000000000000000000000000000000000000000000
  1466.             0000000000000000000000000000000000000000000000000000000000000000
  1467.             0000000000000000000000000000000000000000000000000000000000000000
  1468.             0000000000000000000000000000000000000000000000000000000000000000
  1469.             0000000000000000000000000000000000000000000000000000000000000000
  1470.             0000000000000000000000000000000000000000000000000000000000000000
  1471.             0000000000000000000000000000000000000000000000000000000000000000
  1472.             0000000000000000000000000000000000000000000000000000000000000000
  1473.             0000000000000000000000000000000000000000000000000000000000000000
  1474.             0000000000000000000000000000000000000000000000000000000000000000
  1475.             0000000000000000000000000000000000000000000000000000000000000000
  1476.             0000000000000000000000000000000000000000000000000000000000000000
  1477.             0000000000000000000000000000000000000000000000000000000000000000
  1478.             0000000000000000000000000000000000000000000000000000000000000000
  1479.             0000000000000000000000000000000000000000000000000000000000000000
  1480.             0000000000000000000000000000000000000000000000000000000000000000
  1481.             0000000000000000000000000000000000000000000000000000000000000000
  1482.             0000000000000000000000000000000000000000000000000000000000000000
  1483.             0000000000000000000000000000000000000000000000000000000000000000
  1484.             0000000000000000000000000000000000000000000000000000000000000000
  1485.             0000000000000000000000000000000000000000000000000000000000000000
  1486.             0000000000000000000000000000000000000000000000000000000000000000
  1487.             0000000000000000000000000000000000000000000000000000000000000000
  1488.             0000000000000000000000000000000000000000000000000000000000000000
  1489.             0000000000000000000000000000000000000000000000000000000000000000
  1490.             0000000000000000000000000000000000000000000000000000000000000000
  1491.             0000000000000000000000000000000000000000000000000000000000000000
  1492.             0000000000000000000000000000000000000000000000000000000000000000
  1493.             0000000000000000000000000000000000000000000000000000000000000000
  1494.             000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  1495.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  1496.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0303FFFFFFFFFFFF
  1497.             FFFFFFFFFFFFFFFF0303FFFFFFFFFFFFFFFFFFFFFFFFFFFF0303FFFF0000FFFF
  1498.             0000FFFF0000FFFFFF03FFFF0000FFFF0000FFFF0000FFFF0304FFFFFFFFFFFF
  1499.             FFFFFFFFFFFFFFFF0303FFFFFFFFFFFFFFFFFFFFFFFFFFFF0303FFFFFFFFFFFF
  1500.             FFFFFFFFFFFFFFFF0303FFFFFFFFFFFFFFFFFFFFFFFFFFFF0303}
  1501.           AttachedControl = EPathNot
  1502.         end
  1503.       end
  1504.       object GroupBox5: TGroupBox
  1505.         Left = 474
  1506.         Top = 231
  1507.         Width = 142
  1508.         Height = 79
  1509.         Caption = 'File attributes'
  1510.         Font.Color = clBlack
  1511.         Font.Height = -12
  1512.         Font.Name = 'Arial'
  1513.         Font.Style = []
  1514.         ParentFont = False
  1515.         TabOrder = 11
  1516.         object CBArchive: TCheckBox
  1517.           Left = 6
  1518.           Top = 14
  1519.           Width = 114
  1520.           Height = 17
  1521.           Caption = 'Archive'
  1522.           Font.Color = clNavy
  1523.           Font.Height = -12
  1524.           Font.Name = 'Arial'
  1525.           Font.Style = []
  1526.           ParentFont = False
  1527.           TabOrder = 0
  1528.           OnClick = CBArchiveClick
  1529.         end
  1530.         object CBRdonly: TCheckBox
  1531.           Left = 6
  1532.           Top = 28
  1533.           Width = 127
  1534.           Height = 17
  1535.           Caption = 'Read-only'
  1536.           Font.Color = clNavy
  1537.           Font.Height = -12
  1538.           Font.Name = 'Arial'
  1539.           Font.Style = []
  1540.           ParentFont = False
  1541.           TabOrder = 1
  1542.           OnClick = CBRdonlyClick
  1543.         end
  1544.         object CBSystem: TCheckBox
  1545.           Left = 6
  1546.           Top = 43
  1547.           Width = 122
  1548.           Height = 17
  1549.           Caption = 'System'
  1550.           Font.Color = clNavy
  1551.           Font.Height = -12
  1552.           Font.Name = 'Arial'
  1553.           Font.Style = []
  1554.           ParentFont = False
  1555.           TabOrder = 2
  1556.           OnClick = CBSystemClick
  1557.         end
  1558.         object CBHidden: TCheckBox
  1559.           Left = 6
  1560.           Top = 58
  1561.           Width = 113
  1562.           Height = 17
  1563.           Caption = 'Hidden'
  1564.           Font.Color = clNavy
  1565.           Font.Height = -12
  1566.           Font.Name = 'Arial'
  1567.           Font.Style = []
  1568.           ParentFont = False
  1569.           TabOrder = 3
  1570.           OnClick = CBHiddenClick
  1571.         end
  1572.       end
  1573.       object GBSize: TGroupBox
  1574.         Left = 18
  1575.         Top = 233
  1576.         Width = 221
  1577.         Height = 75
  1578.         Caption = 'File size (in bytes)'
  1579.         Font.Color = clBlack
  1580.         Font.Height = -12
  1581.         Font.Name = 'Arial'
  1582.         Font.Style = []
  1583.         ParentFont = False
  1584.         TabOrder = 4
  1585.         object CBSize: TCheckBox
  1586.           Left = 7
  1587.           Top = 32
  1588.           Width = 23
  1589.           Height = 17
  1590.           Hint = 'Check for file size'
  1591.           Caption = ':'
  1592.           Font.Color = clNavy
  1593.           Font.Height = -12
  1594.           Font.Name = 'Arial'
  1595.           Font.Style = [fsBold]
  1596.           ParentFont = False
  1597.           ParentShowHint = False
  1598.           ShowHint = True
  1599.           TabOrder = 0
  1600.           OnClick = CBSizeClick
  1601.         end
  1602.         object RB1Greater: TRadioButton
  1603.           Left = 35
  1604.           Top = 32
  1605.           Width = 29
  1606.           Height = 17
  1607.           Hint = 'greater'
  1608.           Caption = '>'
  1609.           Font.Color = clNavy
  1610.           Font.Height = -12
  1611.           Font.Name = 'Arial'
  1612.           Font.Style = [fsBold]
  1613.           ParentFont = False
  1614.           ParentShowHint = False
  1615.           ShowHint = True
  1616.           TabOrder = 1
  1617.           OnClick = RB1GreaterClick
  1618.         end
  1619.         object RB1Smaller: TRadioButton
  1620.           Left = 65
  1621.           Top = 32
  1622.           Width = 30
  1623.           Height = 17
  1624.           Hint = 'smaller'
  1625.           Caption = '<'
  1626.           Font.Color = clNavy
  1627.           Font.Height = -12
  1628.           Font.Name = 'Arial'
  1629.           Font.Style = [fsBold]
  1630.           ParentFont = False
  1631.           ParentShowHint = False
  1632.           ShowHint = True
  1633.           TabOrder = 2
  1634.           OnClick = RB1GreaterClick
  1635.         end
  1636.         object RB1Equal: TRadioButton
  1637.           Left = 99
  1638.           Top = 32
  1639.           Width = 23
  1640.           Height = 17
  1641.           Hint = 'equal'
  1642.           Caption = '='
  1643.           Font.Color = clNavy
  1644.           Font.Height = -12
  1645.           Font.Name = 'Arial'
  1646.           Font.Style = [fsBold]
  1647.           ParentFont = False
  1648.           ParentShowHint = False
  1649.           ShowHint = True
  1650.           TabOrder = 3
  1651.           OnClick = RB1GreaterClick
  1652.         end
  1653.         object ESize: TMaskEdit
  1654.           Left = 131
  1655.           Top = 30
  1656.           Width = 78
  1657.           Height = 23
  1658.           EditMask = '9999999999;1;_'
  1659.           Font.Color = clNavy
  1660.           Font.Height = -12
  1661.           Font.Name = 'Arial'
  1662.           Font.Style = []
  1663.           MaxLength = 10
  1664.           ParentFont = False
  1665.           TabOrder = 4
  1666.           Text = '          '
  1667.           OnKeyUp = ESizeKeyUp
  1668.         end
  1669.       end
  1670.       object LBSearch: TListBox
  1671.         Left = 163
  1672.         Top = 39
  1673.         Width = 133
  1674.         Height = 60
  1675.         ExtendedSelect = False
  1676.         Font.Color = clNavy
  1677.         Font.Height = -12
  1678.         Font.Name = 'Arial'
  1679.         Font.Style = [fsBold]
  1680.         ItemHeight = 15
  1681.         MultiSelect = True
  1682.         ParentFont = False
  1683.         Sorted = True
  1684.         TabOrder = 1
  1685.         OnKeyDown = LBSearchKeyDown
  1686.       end
  1687.       object LBSearchNot: TListBox
  1688.         Left = 487
  1689.         Top = 36
  1690.         Width = 130
  1691.         Height = 60
  1692.         ExtendedSelect = False
  1693.         Font.Color = clNavy
  1694.         Font.Height = -12
  1695.         Font.Name = 'Arial'
  1696.         Font.Style = [fsBold]
  1697.         ItemHeight = 15
  1698.         MultiSelect = True
  1699.         ParentFont = False
  1700.         Sorted = True
  1701.         TabOrder = 3
  1702.         OnKeyDown = LBSearchNotKeyDown
  1703.       end
  1704.       object CBDate: TCheckBox
  1705.         Left = 249
  1706.         Top = 268
  1707.         Width = 23
  1708.         Height = 17
  1709.         Hint = 'check for file date'
  1710.         Caption = ':'
  1711.         Font.Color = clNavy
  1712.         Font.Height = -12
  1713.         Font.Name = 'Arial'
  1714.         Font.Style = [fsBold]
  1715.         ParentFont = False
  1716.         ParentShowHint = False
  1717.         ShowHint = True
  1718.         TabOrder = 6
  1719.         OnClick = CBDateClick
  1720.       end
  1721.       object RB2Greater: TRadioButton
  1722.         Left = 277
  1723.         Top = 269
  1724.         Width = 33
  1725.         Height = 17
  1726.         Hint = 'greater'
  1727.         Caption = '>'
  1728.         Font.Color = clNavy
  1729.         Font.Height = -12
  1730.         Font.Name = 'Arial'
  1731.         Font.Style = [fsBold]
  1732.         ParentFont = False
  1733.         ParentShowHint = False
  1734.         ShowHint = True
  1735.         TabOrder = 7
  1736.         OnClick = RB2GreaterClick
  1737.       end
  1738.       object RB2Smaller: TRadioButton
  1739.         Left = 313
  1740.         Top = 268
  1741.         Width = 37
  1742.         Height = 17
  1743.         Hint = 'smaller'
  1744.         Caption = '<'
  1745.         Font.Color = clNavy
  1746.         Font.Height = -12
  1747.         Font.Name = 'Arial'
  1748.         Font.Style = [fsBold]
  1749.         ParentFont = False
  1750.         ParentShowHint = False
  1751.         ShowHint = True
  1752.         TabOrder = 8
  1753.         OnClick = RB2GreaterClick
  1754.       end
  1755.       object RB2Equal: TRadioButton
  1756.         Left = 342
  1757.         Top = 267
  1758.         Width = 31
  1759.         Height = 17
  1760.         Hint = 'equal'
  1761.         Caption = '='
  1762.         Font.Color = clNavy
  1763.         Font.Height = -12
  1764.         Font.Name = 'Arial'
  1765.         Font.Style = [fsBold]
  1766.         ParentFont = False
  1767.         ParentShowHint = False
  1768.         ShowHint = True
  1769.         TabOrder = 9
  1770.         OnClick = RB2GreaterClick
  1771.       end
  1772.       object Date: TMaskEdit
  1773.         Left = 376
  1774.         Top = 264
  1775.         Width = 73
  1776.         Height = 23
  1777.         EditMask = '!99/99/0000;0;_'
  1778.         Font.Color = clNavy
  1779.         Font.Height = -12
  1780.         Font.Name = 'Arial'
  1781.         Font.Style = []
  1782.         MaxLength = 10
  1783.         ParentFont = False
  1784.         TabOrder = 10
  1785.         OnKeyUp = DateKeyUp
  1786.       end
  1787.       object CBNotFileEnding: TCheckBox
  1788.         Left = 19
  1789.         Top = 113
  1790.         Width = 322
  1791.         Height = 17
  1792.         Caption = 'Do NOT consider file extension for comparison'
  1793.         Font.Color = clNavy
  1794.         Font.Height = -12
  1795.         Font.Name = 'Arial'
  1796.         Font.Style = []
  1797.         ParentFont = False
  1798.         TabOrder = 14
  1799.       end
  1800.     end
  1801.   end
  1802.   object Panel2: TPanel
  1803.     Left = 0
  1804.     Top = 0
  1805.     Width = 646
  1806.     Height = 36
  1807.     Align = alTop
  1808.     TabOrder = 1
  1809.     object BtnFine: TSpeedButton
  1810.       Left = 614
  1811.       Top = 5
  1812.       Width = 25
  1813.       Height = 25
  1814.       Hint = 'Close window|Close window'
  1815.       Glyph.Data = {
  1816.         76010000424D7601000000000000760000002800000020000000100000000100
  1817.         04000000000000010000120B0000120B00001000000000000000000000000000
  1818.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1819.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  1820.         03333377777777777F333301BBBBBBBB033333773F3333337F3333011BBBBBBB
  1821.         0333337F73F333337F33330111BBBBBB0333337F373F33337F333301110BBBBB
  1822.         0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
  1823.         0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
  1824.         0333337F337F33337F333301110BBBBB0333337F337FF3337F33330111B0BBBB
  1825.         0333337F337733337F333301110BBBBB0333337F337F33337F333301110BBBBB
  1826.         0333337F3F7F33337F333301E10BBBBB0333337F7F7F33337F333301EE0BBBBB
  1827.         0333337F777FFFFF7F3333000000000003333377777777777333}
  1828.       NumGlyphs = 2
  1829.       ParentShowHint = False
  1830.       ShowHint = True
  1831.       OnClick = BtnFineClick
  1832.     end
  1833.     object Back: TSpeedButton
  1834.       Left = 574
  1835.       Top = 5
  1836.       Width = 25
  1837.       Height = 25
  1838.       Hint = 'Show previous window'
  1839.       Glyph.Data = {
  1840.         76010000424D7601000000000000760000002800000020000000100000000100
  1841.         04000000000000010000120B0000120B00001000000000000000000000000000
  1842.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1843.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1844.         33333333333333333333333333333333333333333333333333FF333333333333
  1845.         3000333333FFFFF3F77733333000003000B033333777773777F733330BFBFB00
  1846.         E00033337FFF3377F7773333000FBFB0E000333377733337F7773330FBFBFBF0
  1847.         E00033F7FFFF3337F7773000000FBFB0E000377777733337F7770BFBFBFBFBF0
  1848.         E00073FFFFFFFF37F777300000000FB0E000377777777337F7773333330BFB00
  1849.         000033333373FF77777733333330003333333333333777333333333333333333
  1850.         3333333333333333333333333333333333333333333333333333333333333333
  1851.         3333333333333333333333333333333333333333333333333333}
  1852.       NumGlyphs = 2
  1853.       ParentShowHint = False
  1854.       ShowHint = True
  1855.       Visible = False
  1856.       OnClick = BackClick
  1857.     end
  1858.     object SpeedButton5: TSpeedButton
  1859.       Left = 376
  1860.       Top = 4
  1861.       Width = 25
  1862.       Height = 25
  1863.       Hint = 'Save Search Parameters|Load Search Parameters'
  1864.       Glyph.Data = {
  1865.         76010000424D7601000000000000760000002800000020000000100000000100
  1866.         04000000000000010000130B0000130B00001000000000000000000000000000
  1867.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1868.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
  1869.         7700333333337777777733333333008088003333333377F73377333333330088
  1870.         88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
  1871.         000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
  1872.         FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
  1873.         99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
  1874.         99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  1875.         99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  1876.         93337FFFF7737777733300000033333333337777773333333333}
  1877.       NumGlyphs = 2
  1878.       ParentShowHint = False
  1879.       ShowHint = True
  1880.       OnClick = SpeedButton5Click
  1881.     end
  1882.     object SpeedButton6: TSpeedButton
  1883.       Left = 408
  1884.       Top = 4
  1885.       Width = 25
  1886.       Height = 25
  1887.       Hint = 'Load Search Parameters|Load Search Parameters'
  1888.       Glyph.Data = {
  1889.         76010000424D7601000000000000760000002800000020000000100000000100
  1890.         04000000000000010000130B0000130B00001000000000000000000000000000
  1891.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1892.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1893.         33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  1894.         FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  1895.         00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
  1896.         F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
  1897.         00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
  1898.         F033777777777337F73309999990FFF0033377777777FFF77333099999000000
  1899.         3333777777777777333333399033333333333337773333333333333903333333
  1900.         3333333773333333333333303333333333333337333333333333}
  1901.       NumGlyphs = 2
  1902.       ParentShowHint = False
  1903.       ShowHint = True
  1904.       OnClick = SpeedButton6Click
  1905.     end
  1906.     object SpeedButton7: TSpeedButton
  1907.       Left = 440
  1908.       Top = 4
  1909.       Width = 29
  1910.       Height = 25
  1911.       Hint = 'Erase all entries|Erase all entries'
  1912.       Glyph.Data = {
  1913.         76010000424D7601000000000000760000002800000020000000100000000100
  1914.         04000000000000010000120B0000120B00001000000000000000000000000000
  1915.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1916.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  1917.         555557777F777555F55500000000555055557777777755F75555005500055055
  1918.         555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  1919.         5555577FF77577FF555555005050110555555577F757777FF555555505099910
  1920.         555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  1921.         3055577F75F77777575F55005055090B030555775755777575755555555550B0
  1922.         B03055555F555757575755550555550B0B335555755555757555555555555550
  1923.         BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  1924.         50BB555555555555575F555555555555550B5555555555555575}
  1925.       NumGlyphs = 2
  1926.       ParentShowHint = False
  1927.       ShowHint = True
  1928.       OnClick = SpeedButton7Click
  1929.     end
  1930.     object BtnHilfe: TSpeedButton
  1931.       Left = 474
  1932.       Top = 4
  1933.       Width = 25
  1934.       Height = 25
  1935.       Hint = 'Help|Help'
  1936.       Glyph.Data = {
  1937.         78010000424D7801000000000000760000002800000020000000100000000100
  1938.         04000000000000000000120B0000120B00000000000000000000000000000000
  1939.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1940.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  1941.         3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  1942.         33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  1943.         FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  1944.         FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  1945.         FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  1946.         FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  1947.         FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  1948.         3333333773FFFF77333333333FBFBF33333333333777773333330000}
  1949.       NumGlyphs = 2
  1950.       ParentShowHint = False
  1951.       ShowHint = True
  1952.       OnClick = BtnHilfeClick
  1953.     end
  1954.     object BtnSearch: TBitBtn
  1955.       Left = 6
  1956.       Top = 4
  1957.       Width = 89
  1958.       Height = 27
  1959.       Caption = '&Search!'
  1960.       Default = True
  1961.       Font.Color = clBlack
  1962.       Font.Height = -13
  1963.       Font.Name = 'Arial'
  1964.       Font.Style = []
  1965.       ParentFont = False
  1966.       TabOrder = 0
  1967.       OnClick = BtnSearchClick
  1968.       Glyph.Data = {
  1969.         BE060000424DBE06000000000000360400002800000024000000120000000100
  1970.         0800000000008802000000000000000000000001000000000000000000000000
  1971.         BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000C0DCC000F0C8
  1972.         A400000000000000000000000000000000000000000000000000000000000000
  1973.         0000000000000000000000000000000000000000000000000000000000000000
  1974.         0000000000000000000000000000000000000000000000000000000000000000
  1975.         0000000000000000000000000000000000000000000000000000000000000000
  1976.         0000000000000000000000000000000000000000000000000000000000000000
  1977.         0000000000000000000000000000000000000000000000000000000000000000
  1978.         0000000000000000000000000000000000000000000000000000000000000000
  1979.         0000000000000000000000000000000000000000000000000000000000000000
  1980.         0000000000000000000000000000000000000000000000000000000000000000
  1981.         0000000000000000000000000000000000000000000000000000000000000000
  1982.         0000000000000000000000000000000000000000000000000000000000000000
  1983.         0000000000000000000000000000000000000000000000000000000000000000
  1984.         0000000000000000000000000000000000000000000000000000000000000000
  1985.         0000000000000000000000000000000000000000000000000000000000000000
  1986.         0000000000000000000000000000000000000000000000000000000000000000
  1987.         0000000000000000000000000000000000000000000000000000000000000000
  1988.         0000000000000000000000000000000000000000000000000000000000000000
  1989.         0000000000000000000000000000000000000000000000000000000000000000
  1990.         0000000000000000000000000000000000000000000000000000000000000000
  1991.         0000000000000000000000000000000000000000000000000000000000000000
  1992.         0000000000000000000000000000000000000000000000000000000000000000
  1993.         0000000000000000000000000000000000000000000000000000000000000000
  1994.         0000000000000000000000000000000000000000000000000000000000000000
  1995.         0000000000000000000000000000000000000000000000000000000000000000
  1996.         0000000000000000000000000000000000000000000000000000000000000000
  1997.         0000000000000000000000000000000000000000000000000000000000000000
  1998.         0000000000000000000000000000000000000000000000000000000000000000
  1999.         0000000000000000000000000000000000000000000000000000000000000000
  2000.         0000000000000000000000000000000000000000000000000000000000000000
  2001.         000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  2002.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  2003.         0303030303030303030303030303030303030303030303030303030303030303
  2004.         03030303030303030303030303030303030303030303FF030303030303030303
  2005.         03030303030303040403030303030303030303030303030303F8F8FF03030303
  2006.         03030303030303030303040202040303030303030303030303030303F80303F8
  2007.         FF030303030303030303030303040202020204030303030303030303030303F8
  2008.         03030303F8FF0303030303030303030304020202020202040303030303030303
  2009.         0303F8030303030303F8FF030303030303030304020202FA0202020204030303
  2010.         0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
  2011.         040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
  2012.         03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
  2013.         FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
  2014.         0303030303030303030303FA0202020403030303030303030303030303F8FF03
  2015.         03F8FF03030303030303030303030303FA020202040303030303030303030303
  2016.         0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
  2017.         03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
  2018.         030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
  2019.         0202040303030303030303030303030303F8FF03F8FF03030303030303030303
  2020.         03030303FA0202030303030303030303030303030303F8FFF803030303030303
  2021.         030303030303030303FA0303030303030303030303030303030303F803030303
  2022.         0303030303030303030303030303030303030303030303030303030303030303
  2023.         0303}
  2024.       NumGlyphs = 2
  2025.     end
  2026.   end
  2027.   object PStatus1: TPanel
  2028.     Left = 0
  2029.     Top = 463
  2030.     Width = 646
  2031.     Height = 25
  2032.     Align = alBottom
  2033.     Font.Color = clBlack
  2034.     Font.Height = -12
  2035.     Font.Name = 'Arial'
  2036.     Font.Style = []
  2037.     ParentFont = False
  2038.     TabOrder = 2
  2039.   end
  2040. end
  2041.